Html Css Color HEX #CBF198 Reef

📋 copy color: '#CBF198'

red 203 ◦ green 241 ◦ blue 152

#CBF198
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Reef #CBF198

Tints of Reef #CBF198

RGB

 RED value IS 203 (79.69% from 255) = 34.06%

 GREEN value IS 241 (94.53% from 255) = 40.44%

 BLUE value IS 152 (59.77% from 255) = 25.5%

R = 34.06%
G = 40.44%
B = 25.5%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.37

 K value IS 0.05

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CBF198 (or 0xCBF198) is known color: Reef. HEX triplet: CB, F1 and 98. RGB value is (203,241,152). Sum of RGB (Red+Green+Blue) = 203+241+152=596 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.06% from 596); Green value is 241 (94.53% from 255 or 40.44% from 596); Blue value is 152 (59.77% from 255 or 25.50% from 596); Max value from RGB is 241 - color contains mainly: green. Hex color #CBF198 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBF198 is #340E67. Grayscale: #DBDBDB. Windows color (decimal): -3411560 or 10023371. OLE color: 10023371.

HSL color Cylindrical-coordinate representation of color #CBF198: hue angle of 85.62º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CBF198 is Cyan = 0.16, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.05.

Color convert

RGB 203 241 152 -
CMYK 0.16 0 0.37 0.05
HSL 85.62º 0.76% 0.77% -
HSV(B) 85.62º 0.37% 0.95% -
XYZ 61.75 77.87 41.48 -
YUV 219.49 89.91 116.24 -
System Red Green Blue C M Y K H S L
Decimal 203 241 152 0.16 0 0.37 0.05 85.62 0.76 0.77
Hex CB F1 98 10 0 25 5 56 4C 4D
Octal 313 361 230 20 0 45 5 126 114 115
Binary 11001011 11110001 10011000 10000 0 100101 101 1010110 1001100 1001101

Color Harmonies of #CBF198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBF198

Black with #CBF198

Text Example


Text Example

White with #CBF198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBF198; }

 p { color: rgb(203,241,152); }

 H1.HeaderClassName
 {
   color: #CBF198;
 }
 .AnyTagClassName
 {
   color: #CBF198;
 }
</style>

background-color css

<style>
 a { background-color: #CBF198; }

 a { background-color: rgb(203,241,152); }

 div.DivClassName
 {
   background-color: #CBF198;
 }
 .BgClassName
 {
   background-color: #CBF198;
 }
</style>

border-color css

<style>
 span { border-color: #CBF198; }

 span { border-color: rgb(203,241,152); }

 td.TdClassName
 {
   border-color: #CBF198;
 }
 .TagClassName
 {
   border-color: #CBF198;
 }
</style>